@charset "UTF-8";
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: Helvetica, "Hiragino Sans GB", "Microsoft Yahei", sans-serif;
}

pre {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    background-color: transparent;
    border: none;
    font-size: 14px;
    color: #fff;
    font-family: "微软雅黑";
    margin: 0;
    padding: 0;
}
a:hover {
    text-decoration: none;
    color: #014180;
}

a:visited, a:hover, a:active {
    text-decoration: none;
}

img {
    max-width: 100%;
}

a {
    -webkit-transition: color .4s ease;
    -moz-transition: color .4s ease;
    -o-transition: color .4s ease;
    transition: color .4s ease;
    color:#000;
}

.pro-information{margin-bottom:30px;}
.pro-information table tr td{border:1px solid #ddd;}

.nav  p{
 font-size:12px;
 text-align:center;
}
.dropdown-menu{
	padding:0;
}
.word-break {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: keep-all;
}

.margin-top-5 {
    margin-top: 5px;
}

.margin-top-15 {
    margin-top: 15px;
}

.font-bold {
    font-weight: bold;
}

.text-black {
    color: #000 !important;
}

.text-white {
    color: #fff;
}

.nopadding {
    padding: 0;
}

.navbar-full {
    z-index: 9999;
    width: 100%;
    margin-bottom: 0;
    border-radius: 0;
}

.navbar-full img{width:200px;}
.menu-list {
    z-index: 99999;
}

.navbar {
    margin-bottom: 0;
    border-radius: 0;
}

img{
	max-width:100%;
}
/*@media (min-width: 768px) {
    .navbar-nav>li>a {
        padding: 27.5px 16px;
    }
}*/

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
    color: #06c !important;
}

.navbar-default {
    border: none;
    background-color: transparent;
    font-size: 18px;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    color: #06c;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    background-color: #fff;
}

.logo-white {
    display: none;
}


/*banner*/

.carousel-control.right {
    right: 0;
    left: auto;
    background: none;
}

.carousel-control.left {
    right: auto;
    left: 0;
    background: none;
}

.pro-index-title {
    background-color: #e5e5e5;
    overflow: hidden;
    padding: 0 15px;
}

.product-container {
    position: relative;
    display: table;
    /*float: left;*/
    overflow: hidden;
    width: 100%;
    height: 200px;
    padding: 5px;
    text-align: center;
    border: 1px #ddd solid;
}

.product-container a {
    display: table-cell;
    width: 100%;
    height: 200px;
    vertical-align: middle;
}
.product-name{
  color: #fff;
  margin-bottom: 15px;
}
.product-container a img {
    max-width: 100%;
    max-height: 200px;
    margin: 0 auto;
}


/*For IE7*/

*+html .product-container a {
    position: absolute;
    top: 50%;
    width: 100%;
    height: auto;
    text-align: center;
}

*+html .product-container a img {
    position: relative;
    top: -50%;
    left: -50%;
}


/*For IE6*/

*html .product-container a {
    position: absolute;
    top: 51%;
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
}

*html .product-container a img {
    position: relative;
    top: -50%;
    left: -50%;
    width: expression(this.width>200?"200px": "auto");
    height: expression(this.height>140?"140px": "auto");
}

.product-name {
    background-color: #06c;
    line-height: 36px;
    overflow: hidden;
}

.pro-index {
    border: 2px solid #fff;
}

.pro-index:hover {
    border: 2px solid #06c;
    -webkit-transition: border .4s ease;
    -moz-transition: border .4s ease;
    -o-transition: border .4s ease;
    transition: border .4s ease;
}

.pro-container{
  overflow: hidden;
  margin-bottom: 15px;
}
/*case*/

.index-case {
    width: 100%;
    height: 162px;
    overflow: hidden;
	margin-bottom:30px;
}

.case-img {
    position: relative;
}

.index-case img {
    max-height: 162px;
    display: block;
    margin:0 auto;
}

.case-black {
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    position: absolute;
    top: 0;
    left: 0;
}

.case-black h3 {
    line-height: 240px;
}

.case-img:hover .case-black {
    display: block;
}

.index-intro {
    width: 100%;
    background-image: url(../images/intro-bg.jpg);
    background-position: center center;
    background-size: cover;
    -webkit-background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    font-size: 16px;
    line-height: 24px;
    letter-spacing:1.5px;
    padding-bottom:15px;
}
.news-img img{
 width:100%;
  display: block;
  margin: auto;
}
.index-news-title h3{
	margin-top:0;
}
.news-more{
	/* display:block; */
	background-color:#06c;
	line-height:36px;
	padding:10px 15px;
}
.footer{
  background-color:#1d1d1d;
}
.copyright{
  line-height: 36px;
  background-color:#000;
}
.footer a{
	color:#fff;
}
@media (min-width: 768px)
.navbar-nav>li>a {
    padding-top: 15px;
    padding-bottom:0;
}


.clear:after {
	content: '\20';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/*�̶���������*/
.yb_conct {
	position: fixed;
	z-index: 9999999;
	top: 200px;
	right: -127px;
	cursor: pointer;
	transition: all .3s ease;
}
.yb_bar ul li {
	width: 180px;
	height: 53px;
	font: 16px/53px 'Microsoft YaHei';
	color: #fff;
	text-indent: 54px;
	margin-bottom: 3px;
	border-radius: 3px;
	transition: all .5s ease;
	overflow: hidden;
}
.yb_bar .yb_top {
	background: #ff4a00 url(../images/fixCont.png) no-repeat 0 0;
}
.yb_bar .yb_phone {
	background: #ff4a00 url(../images/fixCont.png) no-repeat 0 -57px;
}
.yb_bar .yb_QQ {
	text-indent: 0;
	background: #ff4a00 url(../images/fixCont.png) no-repeat 0 -113px;
}
.yb_bar .yb_ercode {
	/*height:200px;*/

	background: #ff4a00 url(../images/fixCont.png) no-repeat 0 -169px;
}
.hd_qr {
	    display: block;
    padding: 0 10px;
    margin: auto;
}
.yb_QQ a {
	display: block;
	text-indent: 54px;
	width: 100%;
	height: 100%;
	color: #fff;
}
.banner-c {
    margin-bottom: 15px;
}

#list-group-active {
    font-size: 24px;
    font-weight: bold;
    line-height: 36px;
}

.form-control, .input-text {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    color: #555;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
    background-image: none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    font-size: 14px;
    line-height: 1.42857143;
}
#code{
	color:#868686;
	font-size:16px;
	line-height:36px;
}


.news-time {
    background-color: #b5b5b5;
}

.news-list {
    overflow: hidden;
    margin-bottom: 5px;
}

.news-list:last-child {
    margin-bottom: 0;
}
.news-list-c{
  overflow: hidden;
  margin-bottom: 15px;
}
#pages{
  clear: both;
}
#pages a, #pages span {
    border: 1px solid #e5e5e5;
    overflow: hidden;
    padding: 5px 10px;
}

#pages span {
    color: #fff;
    font-weight: bold;
    border: 1px solid #0045a2;
    background-color: #0045a2;
}

.navbar-nav{
  width: 100%;
  text-align: center;
}

#flexisel{
display:none;
}

.nbs-flexisel-container {
    position:relative;
    max-width:100%;
}
.nbs-flexisel-ul {
    position:relative;
    width:99999px;
    margin:0px;
    padding:0px;
    list-style-type:none;
    text-align:center;
}

.nbs-flexisel-inner {
    position: relative;
    overflow: hidden;
    float:left;
    width:100%;
}

.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
    cursor:pointer;
    position:relative;
    line-height:0px;
}
.nbs-flexisel-item img {
    max-width: 100%;
    cursor: pointer;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
}

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    padding:5px 10px;
    border-radius:15px;
    -moz-border-radius:15px;
    -webkit-border-radius:15px;
    position: absolute;
    cursor: pointer;
    z-index: 4;
    top:40%;
    background: rgba(0,0,0,0.5);
    color: #fff;
}

.nbs-flexisel-nav-left {
    left: 10px;
}

.nbs-flexisel-nav-left:before {
    content: "<"
}

.nbs-flexisel-nav-left.disabled {
    opacity: 0.4;
}

.nbs-flexisel-nav-right {
    right: 5px;
}

.nbs-flexisel-nav-right:before {
    content: ">"
}

.nbs-flexisel-nav-right.disabled {
    opacity: 0.4;
}
.home-news-list{
	margin-bottom:15px;
}
.home-news{
	max-height:110px;
	overflow:hidden;
}